/* jswbox */
#jswbox{width:1100px;height:500px;margin:0 auto;position:relative;margin-bottom: 30px;margin-top: -50px;}
#jswbox ul{position:relative;height:500px;}
#jswbox li{position:absolute;width:0;height:0;z-index:0;cursor:pointer;overflow:hidden;top:102px;left:10px;}
#jswbox li img{width:100%;height:100%;vertical-align:top;float:left; background:white;}
.jswboxPro{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
#jswbox .prev, #jswbox .next{
	position: absolute;
	top: 50%;
	width: 60px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 48px;
	color: #999;
	z-index: 99;
	cursor: pointer;
}
#jswbox .prev{
	left: -60px;
}
#jswbox .next{
	right: -60px;
}
